home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Utilities / Content Creation Tool Plug-Ins / Maya / Sources / D3DMaya5ExportX.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  10.0 KB  |  285 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="D3DMaya5ExportX"
  6.     ProjectGUID="{FFAD44C5-F987-45B8-8275-41B1D4E405CD}"
  7.     RootNamespace="D3DMaya5ExportX"
  8.     SccProjectName=""
  9.     SccLocalPath=".">
  10.     <Platforms>
  11.         <Platform
  12.             Name="Win32"/>
  13.     </Platforms>
  14.     <Configurations>
  15.         <Configuration
  16.             Name="Release|Win32"
  17.             OutputDirectory=".\Release"
  18.             IntermediateDirectory=".\Release"
  19.             ConfigurationType="2"
  20.             UseOfMFC="0"
  21.             ATLMinimizesCRunTimeLibraryUsage="TRUE"
  22.             CharacterSet="1">
  23.             <Tool
  24.                 Name="VCCLCompilerTool"
  25.                 Optimization="0"
  26.                 AdditionalIncludeDirectories=""$(DXSDK_DIR)Include\";"$(DXSDK_DIR)Samples\C++\Common\";"$(ProgramFiles)\AliasWavefront\Maya5.0\include\""
  27.                 PreprocessorDefinitions="THISFILENAME=\"$(TargetFileName)\";WINVER=0x0500;_WIN32_WINDOWS=0x0410;_WIN32_WINNT=0x0500;NT_PLUGIN;REQUIRE_IOSTREAM;_WINDOWS;_USRDLL"
  28.                 ExceptionHandling="TRUE"
  29.                 RuntimeLibrary="0"
  30.                 UsePrecompiledHeader="3"
  31.                 PrecompiledHeaderThrough="dxstdafx.h"
  32.                 PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
  33.                 AssemblerListingLocation=".\Release/"
  34.                 ObjectFile=".\Release/"
  35.                 ProgramDataBaseFileName=".\Release/"
  36.                 BrowseInformation="0"
  37.                 WarningLevel="3"
  38.                 SuppressStartupBanner="TRUE"
  39.                 CompileAs="2"/>
  40.             <Tool
  41.                 Name="VCCustomBuildTool"/>
  42.             <Tool
  43.                 Name="VCLinkerTool"
  44.                 AdditionalOptions="/export:initializePlugin /export:uninitializePlugin "
  45.                 AdditionalDependencies="winmm.lib comctl32.lib Comdlg32.lib Foundation.lib Image.lib libMocap.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaFX.lib OpenMayaRender.lib OpenMayaUI.lib odbc32.lib odbccp32.lib d3d9.lib d3dx9dt.lib d3dxof.lib dxerr9.lib dxcc.lib dxguid.lib"
  46.                 OutputFile="$(OutDir)\D3DMaya5ExportX.mll"
  47.                 LinkIncremental="1"
  48.                 SuppressStartupBanner="TRUE"
  49.                 AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\";"$(ProgramFiles)\AliasWavefront\Maya5.0\lib""
  50.                 IgnoreDefaultLibraryNames=""
  51.                 ModuleDefinitionFile="D3DMayaExportX.def"
  52.                 DelayLoadDLLs="DXCC.dll"
  53.                 GenerateDebugInformation="TRUE"
  54.                 ProgramDatabaseFile=".\Release/D3DMaya5ExportX.pdb"
  55.                 ImportLibrary=".\Release/D3DMaya5ExportX.lib"
  56.                 TargetMachine="1"/>
  57.             <Tool
  58.                 Name="VCMIDLTool"
  59.                 PreprocessorDefinitions="NDEBUG"
  60.                 MkTypLibCompatible="TRUE"
  61.                 SuppressStartupBanner="TRUE"
  62.                 TargetEnvironment="1"
  63.                 TypeLibraryName=".\Release/D3DMaya5ExportX.tlb"
  64.                 HeaderFileName=""/>
  65.             <Tool
  66.                 Name="VCPostBuildEventTool"
  67.                 CommandLine="echo on
  68. copy "$(OutDir)\$(TargetFileName)" "$(DXSDK_DIR)\Utilities\Content Creation Tool Plug-Ins\Maya\Binary5\Plug-ins"
  69. "$(ProjectDir)install5.bat"
  70. "/>
  71.             <Tool
  72.                 Name="VCPreBuildEventTool"/>
  73.             <Tool
  74.                 Name="VCPreLinkEventTool"/>
  75.             <Tool
  76.                 Name="VCResourceCompilerTool"
  77.                 PreprocessorDefinitions="NDEBUG"
  78.                 Culture="1033"/>
  79.             <Tool
  80.                 Name="VCWebServiceProxyGeneratorTool"/>
  81.             <Tool
  82.                 Name="VCXMLDataGeneratorTool"/>
  83.             <Tool
  84.                 Name="VCWebDeploymentTool"/>
  85.             <Tool
  86.                 Name="VCManagedWrapperGeneratorTool"/>
  87.             <Tool
  88.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  89.         </Configuration>
  90.         <Configuration
  91.             Name="Debug|Win32"
  92.             OutputDirectory=".\Debug"
  93.             IntermediateDirectory=".\Debug"
  94.             ConfigurationType="2"
  95.             UseOfMFC="0"
  96.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  97.             CharacterSet="1"
  98.             ManagedExtensions="FALSE">
  99.             <Tool
  100.                 Name="VCCLCompilerTool"
  101.                 Optimization="0"
  102.                 AdditionalIncludeDirectories=""$(DXSDK_DIR)Include\";"$(DXSDK_DIR)Samples\C++\Common\";"$(ProgramFiles)\AliasWavefront\Maya5.0\include\""
  103.                 PreprocessorDefinitions="THISFILENAME=\"$(TargetFileName)\";WINVER=0x0500;_WIN32_WINDOWS=0x0410;_WIN32_WINNT=0x0500;NT_PLUGIN;REQUIRE_IOSTREAM;_WINDOWS;_USRDLL"
  104.                 BasicRuntimeChecks="3"
  105.                 RuntimeLibrary="1"
  106.                 BufferSecurityCheck="TRUE"
  107.                 RuntimeTypeInfo="FALSE"
  108.                 UsePrecompiledHeader="3"
  109.                 PrecompiledHeaderThrough="dxstdafx.h"
  110.                 PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
  111.                 AssemblerListingLocation=""
  112.                 ObjectFile="$(IntDir)/"
  113.                 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"
  114.                 BrowseInformation="0"
  115.                 WarningLevel="4"
  116.                 SuppressStartupBanner="TRUE"
  117.                 DebugInformationFormat="3"
  118.                 CompileAs="2"
  119.                 DisableSpecificWarnings="4127;4100;4239"/>
  120.             <Tool
  121.                 Name="VCCustomBuildTool"/>
  122.             <Tool
  123.                 Name="VCLinkerTool"
  124.                 AdditionalDependencies="winmm.lib comctl32.lib Comdlg32.lib Foundation.lib Image.lib libMocap.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaFX.lib OpenMayaRender.lib OpenMayaUI.lib odbc32.lib odbccp32.lib d3d9.lib d3dx9dt.lib d3dxof.lib dxerr9.lib dxcc.lib dxguid.lib"
  125.                 OutputFile="$(OutDir)\D3DMaya5ExportX.mll"
  126.                 LinkIncremental="1"
  127.                 SuppressStartupBanner="TRUE"
  128.                 AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\";"$(ProgramFiles)\AliasWavefront\Maya5.0\lib""
  129.                 IgnoreDefaultLibraryNames=""
  130.                 ModuleDefinitionFile="D3DMayaExportX.def"
  131.                 DelayLoadDLLs="DXCC.dll"
  132.                 GenerateDebugInformation="TRUE"
  133.                 AssemblyDebug="1"
  134.                 ProgramDatabaseFile=".\Debug/D3DMaya5ExportX.pdb"
  135.                 ImportLibrary=".\Debug/D3DMaya5ExportX.lib"
  136.                 TargetMachine="0"/>
  137.             <Tool
  138.                 Name="VCMIDLTool"
  139.                 PreprocessorDefinitions="_DEBUG"
  140.                 MkTypLibCompatible="TRUE"
  141.                 SuppressStartupBanner="TRUE"
  142.                 TargetEnvironment="1"
  143.                 TypeLibraryName=".\Debug/D3DMaya5ExportX.tlb"
  144.                 HeaderFileName=""/>
  145.             <Tool
  146.                 Name="VCPostBuildEventTool"
  147.                 CommandLine="echo on
  148. copy "$(OutDir)\$(TargetName)$(TargetExt)" "$(DXSDK_DIR)\Utilities\Content Creation Tool Plug-Ins\Maya\Binary5\Plug-ins"
  149. copy "$(OutDir)\$(TargetName).pdb" "$(DXSDK_DIR)\Utilities\Content Creation Tool Plug-Ins\Maya\Binary5\Plug-ins"
  150.  
  151. "$(ProjectDir)Prepare_Binary5.bat"
  152. "/>
  153.             <Tool
  154.                 Name="VCPreBuildEventTool"/>
  155.             <Tool
  156.                 Name="VCPreLinkEventTool"/>
  157.             <Tool
  158.                 Name="VCResourceCompilerTool"
  159.                 PreprocessorDefinitions="_DEBUG"
  160.                 Culture="1033"/>
  161.             <Tool
  162.                 Name="VCWebServiceProxyGeneratorTool"/>
  163.             <Tool
  164.                 Name="VCXMLDataGeneratorTool"/>
  165.             <Tool
  166.                 Name="VCWebDeploymentTool"/>
  167.             <Tool
  168.                 Name="VCManagedWrapperGeneratorTool"/>
  169.             <Tool
  170.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  171.         </Configuration>
  172.     </Configurations>
  173.     <References>
  174.     </References>
  175.     <Files>
  176.         <Filter
  177.             Name="Source Files"
  178.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  179.             <File
  180.                 RelativePath=".\device.cpp">
  181.             </File>
  182.             <File
  183.                 RelativePath=".\MayaInterface.cpp">
  184.             </File>
  185.             <File
  186.                 RelativePath=".\PreviewPipeline.cpp">
  187.             </File>
  188.             <File
  189.                 RelativePath=".\Viewer.cpp">
  190.             </File>
  191.             <File
  192.                 RelativePath=".\XExporter.cpp">
  193.             </File>
  194.         </Filter>
  195.         <Filter
  196.             Name="Header Files"
  197.             Filter="h;hpp;hxx;hm;inl">
  198.             <File
  199.                 RelativePath=".\device.h">
  200.             </File>
  201.             <File
  202.                 RelativePath=".\MayaInterface.h">
  203.             </File>
  204.             <File
  205.                 RelativePath=".\PreviewPipeline.h">
  206.             </File>
  207.             <File
  208.                 RelativePath=".\viewer.h">
  209.             </File>
  210.             <File
  211.                 RelativePath=".\XExporter.h">
  212.             </File>
  213.         </Filter>
  214.         <Filter
  215.             Name="DXUT"
  216.             Filter="">
  217.             <File
  218.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\dxstdafx.cpp">
  219.                 <FileConfiguration
  220.                     Name="Debug|Win32">
  221.                     <Tool
  222.                         Name="VCCLCompilerTool"
  223.                         UsePrecompiledHeader="1"/>
  224.                 </FileConfiguration>
  225.             </File>
  226.             <File
  227.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\dxstdafx.h">
  228.             </File>
  229.             <File
  230.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUT.cpp">
  231.             </File>
  232.             <File
  233.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUT.h">
  234.             </File>
  235.             <File
  236.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTEffectMap.cpp">
  237.             </File>
  238.             <File
  239.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTEffectMap.h">
  240.             </File>
  241.             <File
  242.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTenum.cpp">
  243.             </File>
  244.             <File
  245.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTenum.h">
  246.             </File>
  247.             <File
  248.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTgui.cpp">
  249.             </File>
  250.             <File
  251.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTgui.h">
  252.             </File>
  253.             <File
  254.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTMesh.cpp">
  255.             </File>
  256.             <File
  257.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTMesh.h">
  258.             </File>
  259.             <File
  260.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTmisc.cpp">
  261.             </File>
  262.             <File
  263.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTmisc.h">
  264.             </File>
  265.             <File
  266.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTSettingsDlg.cpp">
  267.             </File>
  268.             <File
  269.                 RelativePath="..\..\..\..\..\..\..\..\Program Files\Microsoft DirectX 9.0 SDK (October 2004)\Samples\C++\Common\DXUTSettingsDlg.h">
  270.             </File>
  271.         </Filter>
  272.         <File
  273.             RelativePath=".\AEDirectXShaderTemplate.mel">
  274.         </File>
  275.         <File
  276.             RelativePath=".\D3DMayaExportX.def">
  277.         </File>
  278.         <File
  279.             RelativePath=".\DirectX.mel">
  280.         </File>
  281.     </Files>
  282.     <Globals>
  283.     </Globals>
  284. </VisualStudioProject>
  285.